home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / sd.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1996-03-18  |  495 b   |  16 lines

  1. on advance
  2.   global mapflag
  3.   set the visible of sprite 32 to 0
  4.   go(marker(1))
  5.   set the text of cast "storeLocation" to "Rollover an Icon" & RETURN & "to see the address" & RETURN & "of the store" & RETURN & "nearest you"
  6.   set mapflag to 0
  7. end
  8.  
  9. on backup
  10.   global mapflag
  11.   set the visible of sprite 32 to 0
  12.   go(marker(-1))
  13.   set the text of cast "storeLocation" to "Rollover an Icon" & RETURN & "to see the address" & RETURN & "of the store" & RETURN & "nearest you"
  14.   set mapflag to 0
  15. end
  16.